type net/http.http2writeWindowUpdate
5 uses
net/http (current package)
h2_bundle.go#L5104: case http2StreamError, http2handlerPanicRST, http2writeWindowUpdate:
h2_bundle.go#L6354: write: http2writeWindowUpdate{streamID: streamID, n: uint32(send)},
h2_bundle.go#L10783: type http2writeWindowUpdate struct {
h2_bundle.go#L10788: func (wu http2writeWindowUpdate) staysWithinBuffer(max int) bool { return http2frameHeaderLen+4 <= max }
h2_bundle.go#L10790: func (wu http2writeWindowUpdate) writeFrame(ctx http2writeContext) error {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |